.head {
  height: 130px;
  background-color: #ffffff;
}
.head .head-info {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.head .head-info .logo .logo-img {
  width: 85px;
  height: 85px;
}
.head .head-info .search {
  position: relative;
  width: 558px;
  display: flex;
  margin-left: 55px;
  flex-wrap: wrap;
}
.head .head-info .search .key {
  position: absolute;
  bottom: -26px;
}
.head .head-info .search .key .icon-hot {
  font-size: 18px;
  color: #fc0303;
}
.head .head-info .search .key .hot {
  padding-left: 5px;
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fc0303;
}
.head .head-info .search .key span {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
.head .head-info .search .key span a {
  margin-right: 10px;
}
.head .head-info .search .key span a:hover {
  color: #ff9c27;
  text-decoration: none;
}
.head .head-info .search button {
  box-sizing: border-box;
  cursor: pointer;
  width: 90px;
  height: 40px;
  border: 0;
  color: #fff;
  background-color: #ff9c27;
}
.head .head-info .search input {
  padding: 10px;
  font-size: 12px;
  color: #999;
  font-weight: 500;
  box-sizing: border-box;
  width: 357px;
  height: 40px;
  border: 1px solid #ff9c27;
  border-left: none;
}
.head .head-info .search select {
  outline: none;
  box-sizing: border-box;
  padding: 8px 0 9px 18px;
  font-size: 14px;
  font-weight: 400;
  width: 111px;
  height: 40px;
  border: 1px solid #ff9c27;
}
.head .head-info .mobile {
  display: flex;
  align-items: center;
}
.head .head-info .mobile .icon-telephone {
  font-size: 60px;
  color: #ff9c27;
}
.head .head-info .mobile .phone-number {
  margin-left: 10px;
}
.head .head-info .mobile .phone-number p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.head .head-info .mobile .phone-number p:nth-child(1) {
  border-bottom: 1px solid #000;
}
.text-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text-nowrap2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.foot {
  background-color: #ff9c27;
  height: 160px;
  box-sizing: border-box;
}
.foot .foot-top {
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.foot .foot-top .contact {
  display: flex;
  justify-content: space-between;
}
.foot .foot-top .contact li a {
  color: #ffff;
}
.foot .foot-top .contact .icon-dianhuatianchong,
.foot .foot-top .contact .icon-24gl-telephone2,
.foot .foot-top .contact .icon-email,
.foot .foot-top .contact .icon-QQ,
.foot .foot-top .contact .icon-position {
  color: #fff;
  font-size: 16px;
}
.foot .foot-top .about {
  display: flex;
  justify-content: space-evenly;
}
.foot .foot-top .about li {
  margin: 0, 30px;
}
.foot .foot-top .about li a {
  color: #fff;
}
.foot .foot-bottom {
  height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.foot .foot-bottom .authorization {
  display: flex;
  justify-content: space-around;
}
.foot .foot-bottom .authorization li a {
  color: #fff;
}
